home *** CD-ROM | disk | FTP | other *** search
- object FrmAddProgram: TFrmAddProgram
- Left = 305
- Top = 299
- BorderStyle = bsDialog
- Caption = 'Add Program'
- ClientHeight = 111
- ClientWidth = 382
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object TxtPath: TLabeledEdit
- Left = 53
- Top = 15
- Width = 218
- Height = 21
- Color = clBtnFace
- EditLabel.Width = 44
- EditLabel.Height = 13
- EditLabel.Caption = 'Program:'
- LabelPosition = lpLeft
- LabelSpacing = 3
- ReadOnly = True
- TabOrder = 0
- end
- object TxtName: TLabeledEdit
- Left = 53
- Top = 47
- Width = 317
- Height = 21
- EditLabel.Width = 31
- EditLabel.Height = 13
- EditLabel.Caption = 'Name:'
- LabelPosition = lpLeft
- LabelSpacing = 3
- TabOrder = 2
- end
- object Button1: TButton
- Left = 285
- Top = 13
- Width = 85
- Height = 24
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 225
- Top = 79
- Width = 70
- Height = 23
- Caption = '&OK'
- Default = True
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 301
- Top = 79
- Width = 70
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object OpenDialog1: TCSOpenDialog
- Filter = 'Programs|*.exe|All Files|*.*'
- RegKey = '\Software\Carthago\Twistpad'
- RegRootKey = hkCurrentUser
- RegSection = 'FolderHistory'
- Left = 19
- Top = 78
- end
- end
-